home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / startsci < prev   
Text File  |  1999-09-16  |  482b  |  26 lines

  1. ; Place your path here
  2.  
  3. setenv SCI /store3/scibin/    ; Notice the /'s here (un*x notation)
  4. path store3:scibin/bin add    ;
  5.  
  6. stack 300000
  7.  
  8. ; execute applications for use with scilab
  9. ; Execute scilab with X11 widgets
  10.  
  11. hd0:expansion/vmm
  12. wait 6
  13.  
  14. ; You don not need AmiTCP and AmiWin when running scilab -nw
  15.  
  16. amitcp:bin/startnet           ; start AmiTCP
  17. wait 8
  18. x11:bin/startx                ; start AmiWin
  19. wait 8
  20.  
  21. setenv DISPLAY localhost:0    ; Don't forget this
  22.  
  23. scilex
  24.  
  25. ; scilex -nw
  26.